projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
569b03f
)
(change-log-font-lock-keywords): Recognize + in date.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Mar 1998 22:22:58 +0000
(22:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Mar 1998 22:22:58 +0000
(22:22 +0000)
lisp/add-log.el
patch
|
blob
|
history
diff --git
a/lisp/add-log.el
b/lisp/add-log.el
index 2d37293d3d55e6a86beb2209226b386059a85d0e..aa8e005b540b4cfb261c4d79628c493c4fd336f2 100644
(file)
--- a/
lisp/add-log.el
+++ b/
lisp/add-log.el
@@
-103,7
+103,7
@@
for file A.
(defvar change-log-font-lock-keywords
'(;;
;; Date lines, new and old styles.
- ("^\\sw.........[0-9: ]*"
+ ("^\\sw.........[0-9:
+
]*"
(0 font-lock-string-face)
("\\([^<]+\\)<\\([A-Za-z0-9_.-]+@[A-Za-z0-9_.-]+\\)>" nil nil
(1 font-lock-constant-face)